OpenRoads Designer CONNECT Edition SDK Help

ProfileElement Methods

Methods

_IsClosed Indicates whether a LinearElement is closed. (Inherited from LinearElement)
Accept Accepts and call the visitor methods (Inherited from LinearElement)
BackProjectPointOnPerpendicular (Inherited from LinearElement)
CalculateAllProjectionPointsRange2d(DPoint3d, Nullable(Double), Nullable(Double), Boolean, Nullable(Double)) Calcuklates all projection of point within a range. (Inherited from LinearElement)
CalculateAllProjectionPointsRange2d(DPoint3d, Nullable(Double), Nullable(Double), Boolean, Boolean, Nullable(Double)) Calcuklates nearst projection of point within a range. (Inherited from LinearElement)
CalculateAllSkewPoints2d Calcuklates all skew points (Inherited from LinearElement)
CalculateAllTangentPoints2d Calcuklates all tangennt points (Inherited from LinearElement)
CalculateNearestProjection2d Calcuklates nearst projection of point. (Inherited from LinearElement)
CalculateNearestProjectionRange2d(DPoint3d, Nullable(Double), Nullable(Double), Boolean, Nullable(Double)) Calcuklates nearest projection of point within a range. (Inherited from LinearElement)
CalculateNearestProjectionRange2d(DPoint3d, Nullable(Double), Nullable(Double), Boolean, Boolean, Boolean, Nullable(Double)) Calcuklates nearest projection of point within a range. (Inherited from LinearElement)
Clip Clips the LinearElement and returns the result. (Inherited from LinearElement)
Clone (Inherited from LinearElement)
CloneInternal Clones a LinearElement. All the class that derive from LinearElement should implment this method and so return a copy of an instance of themselve. The CloneInternal methods should follow the pattern as below: return gcnew DerivedClass (GetUnmanagedClone()->getDerivedClassUnmangedInteface()); Note: this call generates 2 references to the unmanaged element and LinearElement takes care of releasing one of them (Inherited from LinearElement)
ComputeClosestIntersWithInfiniteLine Computes intersection with an infinite line which is closest to the origin. (Inherited from LinearElement)
Create1 Construct a profile which pass thru a set of point. The profile is composed with parabolas
Create2 Construct a profile which pass thru a set of point. The profile is composed with half-parabolas
CreateByStartStationEndStationPassThruPoints Construct a profile which pass thru a set of point. The profile is composed with parabolas
CreateFrom3d  
Dispose() (Inherited from LinearElement)
Dispose(Boolean) (Inherited from LinearElement)
DropLineStrings (Inherited from LinearElement)
Dump() Dumps the element information. (Inherited from LinearElement)
Dump(StringWriter) Dumps the geometry for debug purpose. (Inherited from LinearElement)
Equals(Object) Indicates whether otherObject is a LinearElement and is identical to this LinearElement. (Inherited from LinearElement)
Equals(Object, Double) Indicates whether otherObject is a LinearElement and is nearly identical to this LinearElement. This is to use in unit tests only to compare with baselines stored in XML for example. Never use this method in application code. (Inherited from LinearElement)
ExtendBeginByLineOrTrim(Double) Returns extended by line or trimmed element from its start point (Inherited from LinearElement)
ExtendBeginByLineOrTrim(Double, Double) Returns extended by line or trimmed element from its start point (Inherited from LinearElement)
ExtendEndByLineOrTrim(Double) Returns extended by line or trimmed element from its end point (Inherited from LinearElement)
ExtendEndByLineOrTrim(Double, Double) Returns extended by line or trimmed element from its end point (Inherited from LinearElement)
ExtendOrTrimBegin(Double) Returns extended or trimmed element from its start point (Inherited from LinearElement)
ExtendOrTrimBegin(Double, Double) Returns extended or trimmed element from its start point (Inherited from LinearElement)
ExtendOrTrimBeginByParameter Returns extended or trimmed element from its start point (Inherited from LinearElement)
ExtendOrTrimBeginByPoint(DPoint3d) Returns extended or trimmed element by its start point. (Inherited from LinearElement)
ExtendOrTrimBeginByPoint(DPoint3d, Double) Returns extended or trimmed element by its start point. (Inherited from LinearElement)
ExtendOrTrimBeginByPointByVerticalProjection(DPoint3d) Extend or trim an element by its start point to the vertical projected point of a given point.
ExtendOrTrimBeginByPointByVerticalProjection(DPoint3d, Double) Extend or trim an element by its start point to the vertical projected point of a given point.
ExtendOrTrimEnd(Double) Returns extended or trimmed element from its end point (Inherited from LinearElement)
ExtendOrTrimEnd(Double, Double) Returns extended or trimmed element from its end point (Inherited from LinearElement)
ExtendOrTrimEndByParameter Returns extended or trimmed element from its end point (Inherited from LinearElement)
ExtendOrTrimEndByPoint(DPoint3d) Returns extended or trimmed element by its end point. (Inherited from LinearElement)
ExtendOrTrimEndByPoint(DPoint3d, Double) Returns extended or trimmed element by its end point. (Inherited from LinearElement)
ExtendOrTrimEndByPointByVerticalProjection(DPoint3d) Extend or trim an element by its end point to the vertical projected point of a given point.
ExtendOrTrimEndByPointByVerticalProjection(DPoint3d, Double) Extend or trim a element by its end point to the vertical projected point of a given point.
Finalize (Inherited from LinearElement)
GetAsProfiledElement Get the linear element as a profiled element (Inherited from LinearElement)
getBcLinearEl (Inherited from LinearElement)
getBcVLinearEl  
GetCentroid Get the centroid of a linear element; (Inherited from LinearElement)
GetChordDistanceFromDistanceAlong(Double) Gets Chord distance that corresponds to a given distance along the element (Inherited from LinearElement)
GetChordDistanceFromDistanceAlong(Double, Double) Gets Chord distance that corresponds to a given distance along the element (Inherited from LinearElement)
GetChordDistanceFromParameter(Double) Gets chord distance that corresponds to a given parameter along the element (Inherited from LinearElement)
GetChordDistanceFromParameter(Double, Double) Gets chord distance that corresponds to a given parameter along the element (Inherited from LinearElement)
GetControlPointsVertical  
GetCurvatureAtParameter Gets curvature at a given parameter on linear element. (Inherited from LinearElement)
GetCurvatureAtX(Double) Gets the curvature of the element at a given X
GetCurvatureAtX(Double, Double) Gets the curvature of the element at a given X
GetCurveVector (Inherited from LinearElement)
GetDistanceAlongFromChordDistance(Double) Gets distance along that corresponds to a given chord distance along the element (Inherited from LinearElement)
GetDistanceAlongFromChordDistance(Double, Double) Gets distance along that corresponds to a given chord distance along the element (Inherited from LinearElement)
GetDistanceAlongMatches Gets the correspondances between distance along on this element and the other element. (Inherited from LinearElement)
GetDistanceFromParameter Gets distance that corresponds to a given parameter along the element. (Inherited from LinearElement)
GetExtendedElement Get the element extended with lines of the given length. (Inherited from LinearElement)
GetFirstDerivativeAtParameter Gets the first derivate at a given parameter on linear element. (Inherited from LinearElement)
GetHighLowPoints(ProfileHighLowPointMode, Boolean) Gets high and low points along the element
GetHighLowPoints(ProfileHighLowPointMode, Boolean, Double) Gets high and low points along the element
GetHorizontalControlPoints(HorizontalControlPointTypes) Get horizontal control points from this linearelement. The resulting collection contains the control points merged with points of the linearPoints arguments. (Inherited from LinearElement)
GetHorizontalControlPoints(HorizontalControlPointTypes, LinearPointCollection) Get horizontal control points from this linearelement. The resulting collection contains the the control points merged with points of the linearPoints arguments. (Inherited from LinearElement)
GetInReverseDirection Gets deltaX between start and end of the element
GetLength Gets 2D length of linear element (Inherited from LinearElement)
GetLinearPointCollectionBySelection Ported from Bentley.CifNET.GeometryModel (src.cs) (Inherited from LinearElement)
GetLinearPointCollectionFromLineString Ported from Bentley.CifNET.GeometryModel (src.cs) (Inherited from LinearElement)
GetNativeElement Gets the native element embedded into the managed LinearElement. (Inherited from LinearElement)
GetNativeVElement  
GetOffsetElement(Double) Returns offset element (Inherited from LinearElement)
GetOffsetElement(Double, Double) Returns offset element (Inherited from LinearElement)
GetOffsetPoint Gets a point at parameter offset. (Inherited from LinearElement)
GetOffsetProfile(Double) Gets the profile with a given offset from current
GetOffsetProfile(Double, Double) Gets the profile with given offsets from current
GetPartialByDistances(Double, Double) Returns a partial element from start distance to end distance (Inherited from LinearElement)
GetPartialByDistances(Double, Double, Boolean) Returns a partial element from start distance to end distance (Inherited from LinearElement)
GetPartialByDistances(Double, Double, Double) Returns a partial element from start distance to end distance (Inherited from LinearElement)
GetPartialByParameters Returns a partial element from start parameter to end parameter (Inherited from LinearElement)
GetPartialByPoints Gets partial between two points. Points can be null, meaning that it starts on beginning or end. (Inherited from LinearElement)
GetPointAtDistanceOffset(Double, Double) Gets point at given distance/offset from linear element. (Inherited from LinearElement)
GetPointAtDistanceOffset(Double, Double, Double) Gets point at given distance/offset from linear element. (Inherited from LinearElement)
GetPointAtParameterOffset Gets point at given parameter and offset on linear element. (Inherited from LinearElement)
GetPointAtX Gets point at given projected distance along a profile element
GetPointsAtEvenProfileElevations  
GetPointsAtY(Double) Gets the collection of points that are at a given Y
GetPointsAtY(Double, Double) Gets the collection of points that are at a given Y
GetPositionMatches Gets the correspondances between psition on this element and the other element. (Inherited from LinearElement)
GetSecondDerivativeAtParameter Gets the second derivate at a given parameter on linear element. (Inherited from LinearElement)
GetShiftedProfileAlongX Shifts a ProfileElement along the X axis.
GetSlopeAtX(Double) Gets the slope of the element at a given X
GetSlopeAtX(Double, Double) Gets the slope of the element at a given X
GetThirdDerivativeAtParameter Gets the third derivate at a given parameter on linear element. (Inherited from LinearElement)
GetVariableOffsetElement(Double, Double) Returns offset element with variable offset (Inherited from LinearElement)
GetVariableOffsetElement(Double, Double, Double) Returns offset element with variable offset (Inherited from LinearElement)
GetVariableOffsetElement(Double, Double, Double, Double) Returns offset element with variable offset (Inherited from LinearElement)
GetVerticalControlPoints(VerticalControlPointTypes) Get vertical control points from this linearelement. The resulting collection contains the control points merged with points of the linearPoints arguments. (Inherited from LinearElement)
GetVerticalControlPoints(VerticalControlPointTypes, LinearPointCollection) Get vertical control points from this linearelement. The resulting collection contains the the control points merged with points of the linearPoints arguments. (Inherited from LinearElement)
GetYAtX(Double) Gets Y at a given X location
GetYAtX(Double, Double) Gets Y at a given X location
Intersect(LinearElement) Gets collection of intersections with another linear element. (Inherited from LinearElement)
Intersect(DPoint3d, DVector3d) Gets collection of intersections with an infinite vector starting at origin. (Inherited from LinearElement)
Intersect(LinearElement, Double) Gets collection of intersections with another linear element (Inherited from LinearElement)
Intersect(DPoint3d, DVector3d, Double) Gets collection of intersections with an infinite vector starting at origin. (Inherited from LinearElement)
IsDefinedAtX(Double) Gets whether the element is defined at a given X.
IsDefinedAtX(Double, Double) Gets whether the element is defined at a given X.
IsProfiledElement Tells if LinearElement is a Profiled Element. (Inherited from LinearElement)
MirroxX Mirrors the element on X axis. (Inherited from LinearElement)
ProjectPointOnPerpendicular(DPoint3d) Projects a point onto an element perpendicularly. Gets the closest projection. (Inherited from LinearElement)
ProjectPointOnPerpendicular(DPoint3d, Double) Projects a point onto an element perpendicularly. Gets the closest projection. (Inherited from LinearElement)
ProjectPointOnPerpendicularAll(DPoint3d) Projects a point onto an element perpendicularly. Gets all the projections. (Inherited from LinearElement)
ProjectPointOnPerpendicularAll(DPoint3d, Double) Projects a point onto an element perpendicularly. Gets all the projections. (Inherited from LinearElement)
ProjectPointOnSkew(DPoint3d, Double, Double) Projects a point onto an element with a skewed angle. Gets the closest projection only. (Inherited from LinearElement)
ProjectPointOnSkew(DPoint3d, Double, Double, Double) Projects a point onto an element with a skewed angle. Gets the closest projection only. (Inherited from LinearElement)
ProjectPointOnSkewAll(DPoint3d, Double, Double) Projects a point onto an element with a skewed angle. Gets all the projection. (Inherited from LinearElement)
ProjectPointOnSkewAll(DPoint3d, Double, Double, Double) Projects a point onto an element with a skewed angle. Gets all the projection. (Inherited from LinearElement)
ProjectPointOnTangent(DPoint3d) Projects a point onto an element tangentially. Gets only the closest projection. (Inherited from LinearElement)
ProjectPointOnTangent(DPoint3d, Double) Projects a point onto an element tangentially. Gets only the closest projection. (Inherited from LinearElement)
ProjectPointOnTangentAll(DPoint3d) Projects a point onto an element tangentially. Gets all the projections. (Inherited from LinearElement)
ProjectPointOnTangentAll(DPoint3d, Double) Projects a point onto an element tangentially. Gets all the projections. (Inherited from LinearElement)
RotateToDirection Rotates the element around the center by a given angle. (Inherited from LinearElement)
RotateToThruPoint Rotates the element around the center and so that it passes thru the point. (Inherited from LinearElement)
SetBcLinearEl(IBcLinearEl*) (Inherited from LinearElement)
SetBcLinearEl(IBcLinearEl*) (Inherited from LinearElement)
ShallowCopy Used to create a Shalow copy of this element. (Inherited from LinearElement)
StrokeByChord(Double) Strokes element by chord (Inherited from LinearElement)
StrokeByChord(Double, LinearPointCollection) Strokes element by chord. (Inherited from LinearElement)
StrokeByChord(Double, Double) Strokes element by chord (Inherited from LinearElement)
StrokeByConnectionPoints(ConnectionPointTypes) Strokes the complex element by its control points. The resulting collection contains the connection points merged with points of the linearPoints arguments. (Inherited from LinearElement)
StrokeByConnectionPoints(ConnectionPointTypes, LinearPointCollection) Strokes the complex element by its control points. The resulting collection contains the the connection points merged with points of the linearPoints arguments. (Inherited from LinearElement)
StrokeByDistances(Double[]) Strokes the linear element by distance. (Inherited from LinearElement)
StrokeByDistances(Double[], LinearPointCollection) Strokes the linear element by distance. (Inherited from LinearElement)
StrokeByDistances(Double[], Double) Strokes the linear element by distance. (Inherited from LinearElement)
StrokeByDivisor(Int32) Strokes linear element by divisor. (Inherited from LinearElement)
StrokeByDivisor(Int32, Double) Strokes linear element by divisor. (Inherited from LinearElement)
StrokeByEndPoints() Strokes element by end points. (Inherited from LinearElement)
StrokeByEndPoints(Double) Strokes element by end points. (Inherited from LinearElement)
StrokeByEndPoints(LinearPointCollection) Strokes element by end points. (Inherited from LinearElement)
StrokeByStep(Double, StrokingByStepMethod) Strokes linear element by step. (Inherited from LinearElement)
StrokeByStep(Double, StrokingByStepMethod, LinearPointCollection) Strokes linear element by step. (Inherited from LinearElement)
StrokeByStep(Double, StrokingByStepMethod, Double) Strokes linear element by step. (Inherited from LinearElement)
Transform Transforms an element and return the transformed element. (Inherited from LinearElement)
TranslateToThruPoint Transalets the element on a given direction so that it passes thru a point. (Inherited from LinearElement)

See Also